//==============================================================================
// audrey base_anim.txt
//==============================================================================

//==============================================================================
define Fire
{
   set hotspot
  {
      version
      {
         Visualparticle SFX X Lampades torch
      }
   }
}

//==============================================================================
define HealEffect
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Guardian Heal
      }
   }
}
//==============================================================================
define Light
{
   set hotspot
   {
      version
      {
         VisualParticle Building SFX Outpost Light
      }
   }  
}


//==============================================================================
define sparkles
{
	set hotspot
   {
      version
      {
         Visualparticle SFX N Dwarven Mine Sparkles
      }
   }
}



//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Lotus Blue
		connect attachpoint light hotspot
		connect attachpoint sparkles hotspot
		connect attachpoint Fire hotspot
		connect attachpoint HealEffect hotspot
			}
		}
   }
}